#form_section {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../Kristof/baobab-garden-2020.07.29.-11-web.jpg);
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    box-shadow: 0 0 10px black inset;
    min-height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
    padding: 20px 10%;
}

#info {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 25px;
    font-weight: 500;
    word-break: break-word;
}

#info a {
    color: #fff;
}

#info img {
    vertical-align: middle;
    width: 50px;
    padding-right: 10px;
}

@media screen and (max-width: 900px) {
    #form_section {
        grid-template-columns: 1fr;
    }
    
    .form-container {
        width: 80%;
    }

    h1 {
        font-size: 30px;
    }
}
